Bitmap for UWP
Vector4 コンストラクタ(Single[])

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Vector4 構造体 > Vector4 コンストラクタ : Vector4 コンストラクタ(Single[])
The values to assign to the X, Y, Z, and W components of the vector. This must be an array with four elements.
Initializes a new instance of the Vector4struct.
シンタックス
'宣言
 
Public Function New( _
   ByVal values() As System.Single _
)
public Vector4( 
   System.float[] values
)

パラメータ

values
The values to assign to the X, Y, Z, and W components of the vector. This must be an array with four elements.
例外
例外解説
Thrown when valuesis null.
Thrown when valuescontains more or less than four elements.
参照

Vector4 構造体
Vector4 メンバ
オーバーロード一覧